home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Property Editors / cdsedit.dfm / cdsedit.txt
Text File  |  1999-08-11  |  1KB  |  66 lines

  1. object ClientDataForm: TClientDataForm
  2.   Left = 261
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Client DataSet Data'
  7.   ClientHeight = 191
  8.   ClientWidth = 254
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 9
  16.     Top = 3
  17.     Width = 235
  18.     Height = 143
  19.     Caption = ' Assign Data From '
  20.     TabOrder = 0
  21.     object DataSetList: TListBox
  22.       Left = 8
  23.       Top = 19
  24.       Width = 218
  25.       Height = 115
  26.       Enabled = False
  27.       ItemHeight = 13
  28.       Sorted = True
  29.       TabOrder = 0
  30.       OnDblClick = DataSetListDblClick
  31.       OnKeyPress = DataSetListKeyPress
  32.     end
  33.   end
  34.   object OkBtn: TButton
  35.     Left = 11
  36.     Top = 153
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     Enabled = False
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.     OnClick = OkBtnClick
  45.   end
  46.   object CancelBtn: TButton
  47.     Left = 90
  48.     Top = 153
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56.   object HelpBtn: TButton
  57.     Left = 169
  58.     Top = 153
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Help'
  62.     TabOrder = 3
  63.     OnClick = HelpBtnClick
  64.   end
  65. end
  66.